From bb8ea8c47037452a54c8d572d5fd1dd7817906cc Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 27 Oct 2001 00:03:13 +0000 Subject: [PATCH] Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. 2001-10-27 Anders Carlsson * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. --- ChangeLog | 4 ++++ ChangeLog.pre-2-0 | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ ChangeLog.pre-2-2 | 4 ++++ ChangeLog.pre-2-4 | 4 ++++ ChangeLog.pre-2-6 | 4 ++++ ChangeLog.pre-2-8 | 4 ++++ gtk/gtkcontainer.c | 4 ++-- 8 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3e6aad894..31b1206ce1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-10-27 Anders Carlsson + * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention + that the valid width is in range 0-65535 pixels. Fixes bug + #56754. + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index a3e6aad894..31b1206ce1 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,5 +1,9 @@ 2001-10-27 Anders Carlsson + * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention + that the valid width is in range 0-65535 pixels. Fixes bug + #56754. + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a3e6aad894..31b1206ce1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2001-10-27 Anders Carlsson + * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention + that the valid width is in range 0-65535 pixels. Fixes bug + #56754. + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index a3e6aad894..31b1206ce1 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,5 +1,9 @@ 2001-10-27 Anders Carlsson + * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention + that the valid width is in range 0-65535 pixels. Fixes bug + #56754. + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index a3e6aad894..31b1206ce1 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,9 @@ 2001-10-27 Anders Carlsson + * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention + that the valid width is in range 0-65535 pixels. Fixes bug + #56754. + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index a3e6aad894..31b1206ce1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,9 @@ 2001-10-27 Anders Carlsson + * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention + that the valid width is in range 0-65535 pixels. Fixes bug + #56754. + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a3e6aad894..31b1206ce1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2001-10-27 Anders Carlsson + * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention + that the valid width is in range 0-65535 pixels. Fixes bug + #56754. + * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove a dot in the documentation. Fixes bug #62632. diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 4399afa560..c25802253b 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -782,8 +782,8 @@ gtk_container_get_property (GObject *object, /** * gtk_container_set_border_width: * @container: a #GtkContainer - * @border_width: amount of blank space to leave outside the container - * + * @border_width: amount of blank space to leave outside the container. + * Valid values are in the range 0-65535 pixels. * The border width of a container is the amount of space to leave * around the outside of the container. The only exception to this is * #GtkWindow; because toplevel windows can't leave space outside, -- 2.30.2